emacs.git
2024-02-21 Jeremy BryantMention affected settings of which-key-dont-use-unicode
2024-02-20 Jeremy BryantAdd a :version tag to all defcustom's and defface's
2024-02-09 Justin BurkettFormat first sentences of docstrings.
2024-02-09 Jeremy Bryant* which-key.el: Add two spaces in docstrings and punctation
2023-09-05 Justin BurkettFix popup with no space
2023-07-12 Justin BurkettAdd which-key-C-h-map-prompt to make it customizable
2023-06-06 Justin BurkettRemove old "recent changes" from README
2023-03-30 Justin BurkettCatch errors in kbd
2022-08-11 Justin BurkettMerge commit 'pullreqs/343'
2022-08-11 Justin BurkettIgnore .DS_Store
2022-08-11 Justin BurkettMerge pull request #342 from tarsiiformes/quote-quote
2022-08-04 Jonas BernoulliAllow truncating without using any ellipsis
2022-08-04 Jonas BernoulliDon't make description longer than allowed when truncating
2022-08-04 Jonas BernoulliSupport different types for which-key-max-description...
2022-08-04 Jonas BernoulliAvoid unnecessary work
2022-08-04 Jonas BernoulliFix vertical off-by-one error
2022-08-04 Jonas BernoulliFix horizontal off-by-one error
2022-08-04 Jonas BernoulliDon't pad beyond maximal width
2022-08-04 Jonas BernoulliDisplaying just one column means pages are arranged...
2022-08-04 Jonas BernoulliCalculate format string only once
2022-05-27 Jonas BernoulliReplace or quote certain single quotes in docstrings
2022-05-18 Justin BurkettAdd group to minor-mode definition
2022-04-19 Justin BurkettMerge remote-tracking branch 'origin/master'
2022-04-19 Justin BurkettAdd an example to README for keymap binding
2022-02-14 Justin BurkettBump version
2022-02-14 Justin BurkettDon't allow transient maps when prefix length is zero.
2022-01-02 Justin BurkettFix typo in ellipsis
2022-01-02 Justin BurkettMerge pull request #329 from hans-d/feat-elipsis
2022-01-02 Justin BurkettMerge branch 'feat-columnsize'
2022-01-02 Justin BurkettFix code column width
2022-01-02 Justin BurkettMerge pull request #331 from skangas/gnu-elpa-badge
2022-01-01 Stefan KangasAdd GNU ELPA badge to README.org
2021-12-24 Hans Donneradd which-key-elipsis
2021-12-24 Hans Donneradd which-key-min-column-description-width
2021-12-14 Justin BurkettUpdate to the newer advice API
2021-12-09 Justin BurkettFix key-chord handling
2021-11-26 Justin BurkettRespect which-key-min-display-lines setting
2021-11-26 Justin BurkettAllow binding to symbols in which-key-C-h-dispatch
2021-11-26 Justin BurkettMerge pull request #327 from anis-semmar/patch-1
2021-11-26 Justin BurkettMerge pull request #321 from fredericgiquel/preserve...
2021-11-18 anis-semmarREADME.org: fix page flipping command names
2021-08-24 Justin BurkettMerge pull request #323 from Zetagon/master
2021-08-23 Leo Okawa EricsonAdd missing argument to function call
2021-08-18 Frédéric GiquelAdd option (default off) to restore window configuration
2021-08-17 Justin BurkettMerge pull request #313 from duncanburke/master
2021-07-30 Frédéric GiquelPreserve window configuration
2021-07-28 Justin BurkettMerge pull request #315 from peniblec/keymap-names
2021-07-18 Kévin Le GouguecFix some keymap names not showing up
2021-07-13 Duncan BurkeAdd support for help-char being a generalized input...
2021-07-12 Justin BurkettRemove more instances of obsolete variables.
2021-07-11 Justin BurkettMerge remote-tracking branch 'origin/master'
2021-07-11 Justin BurkettRemove some obsolete variables/functions
2021-07-06 Justin BurkettDon't require evil in which-key-tests.el
2021-06-30 Justin BurkettFix compiler warnings
2021-06-30 Justin BurkettHandle closure definition type
2021-06-22 Justin BurkettImprove which-key-add-keymap-based-replacements.
2021-06-22 Justin BurkettClarify usage of keymap replacements in docstrings...
2021-06-22 Justin BurkettClean up some docstrings
2021-06-22 Justin BurkettClean up which-key--maybe-replace
2021-06-22 Justin BurkettImprove which-key-add-keymap-based-bindings
2021-06-22 Justin BurkettFix key sort order functions
2021-06-22 Justin BurkettTry again to fix tests
2021-06-22 Justin BurkettTurn off fail-fast in github action
2021-06-22 Justin BurkettTry without cask
2021-06-22 Justin BurkettAdd install python step to github action
2021-06-22 Justin BurkettFix which-key--group-p
2021-06-22 Justin BurkettTry with cask again
2021-06-22 Justin BurkettFix github action
2021-06-21 Justin BurkettFix test
2021-06-21 Justin BurkettUpdate README
2021-06-21 Justin BurkettMake enable-extended-define-key obsolete
2021-06-21 Justin BurkettMerge branch 'alt-get-bindings'
2021-06-21 Justin BurkettFix detection of named prefix bindings
2021-06-21 Justin BurkettFix menu-item bidning retrieval
2021-06-21 Justin BurkettFix prefix sorting
2021-06-21 Justin BurkettFix add-keymap-based-bindings and associated test
2021-06-21 Justin BurkettExpand get-keymap-bindings test
2021-06-21 Justin BurkettFix type usage and arglists for new functions
2021-06-21 Justin BurkettFix default of which-key-replacement-alist
2021-06-21 Justin BurkettUpdate tests
2021-06-21 Justin BurkettRemove pseudo binding stuff
2021-06-21 Justin BurkettAlternative approach to retrieving bindings (WIP)
2021-06-19 Justin BurkettMerge pull request #305 from tarsiiformes/first-line
2021-06-16 Jonas BernoulliImprove first doc-string line in trivial cases
2021-06-15 Jonas BernoulliFix whitespace
2021-06-01 Justin BurkettFix whitespace
2021-06-01 Justin BurkettFix recent commit
2021-06-01 Justin BurkettFix README links
2021-06-01 Justin BurkettReference issues #93 and #175 in README
2021-06-01 Justin BurkettMerge pull request #303 from tarsiiformes/posframe
2021-05-30 Jonas BernoulliGet which-key--buffer's window from any frame
2021-05-30 Jonas BernoulliCosmetics
2021-05-30 Jonas BernoulliAvoid code-duplication in which-key--hide-popup
2021-05-30 Jonas BernoulliFix nesting-level of "God-mode" section
2021-05-23 Jiangbin Zhaofix which-key--show-keymap for which-key-enable-extende...
2021-04-07 Frank TerbeckUnset header-line-format format in " *which-key*" buffer
2021-03-24 Celestial NebulaUpdate reference to obsolete variable in DOCSTRING...
2021-01-31 Justin BurkettVersion 3.5.1
2020-12-16 Justin BurkettFurther simplify which-key--pseudo-key
2020-12-15 Daniel Mendlersimplify pseudo key
next